4 hours ago
Outcome-aligned AI workflow registry. Design and run AI workflows with verifiers that align an agent to measurable outcomes, with reliable image output.
Overview
Goodeye
Outcome-aligned AI workflow registry. Design AI workflows paired with verifiers that score an agent against a measurable result, then run them from your agent or the CLI. Reliable image output is built in.
Connect (remote MCP, Streamable HTTP)
{
"mcpServers": {
"goodeye": { "type": "http", "url": "https://mcp.goodeye.dev/mcp" }
}
}
Auth: sign in with OAuth, or pass a good_live_ API key as a Bearer token.
Install the CLI
uv tool install goodeye
Links
- Catalog: https://goodeye.dev
- Docs: https://goodeye.dev/docs
- Repo (CLI client): https://github.com/Goodeye-Labs/goodeye-cli
- Official MCP registry:
dev.goodeye/goodeye
Server Config
{
"mcpServers": {
"goodeye": {
"type": "http",
"url": "https://mcp.goodeye.dev/mcp"
}
}
}